home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- set -e
-
- # Automatically added by dh_installdefoma
- FILE='/etc/defoma/hints/ttf-arphic-uming.hints'
- if [ "$1" = remove ]; then
- test -x /usr/bin/defoma-font && /usr/bin/defoma-font purge-all $FILE
- fi
- # End automatically added section
-
-
- PACKAGE=ttf-arphic-uming
-
- defoma-font -t purge-all /etc/defoma/hints/${PACKAGE}.hints
-
-